Skip to main content

Install AIV in Linux

AIV 5 Installation in Linux Operating System

The documentation contains the steps to install AIV 5 in linux OS. The tutorial contains command and example screens with it.

Objective

  • Objective of this document is to guide the user in the installation process of AIV on a Linux machine.

Hardware requirements

  • Operating System - Windows, Linux, Unix, Mac
  • RAM- Minimum 8 GB (16+ GB Recommended)
  • Disk Space - 15 GB of free disk space (additional space is required for repository and log folder)

Software Requirements

  • Java - 8
  • Metadata Database - MySQL 5.5+, Oracle 11+, PostGreSql 9.1+
  • Browsers - Firefox 25+, Chrome 30+, Safari 9.0+, MS Edge
  • Application Server - Apache Tomcat 8.x
Note
  • Make sure that Software & Hardware requirement matches for running AIV error-free.

Setup AIV in Linux

  1. Open Terminal

Docusaurus Slash Introduction

  1. Change user to root
sudo su

Docusaurus Slash Introduction

  1. Install updates
apt-get update

Docusaurus Slash Introduction

Docusaurus Slash Introduction

  1. Install wget
apt-get install wget

Docusaurus Slash Introduction

  1. Exit from root user

Docusaurus Slash Introduction

Docusaurus Slash Introduction

  1. Download AIV5 from dropbox
wget https://www.dropbox.com/s/ytaz1hua5w5rj6x/aiv-linux-x64.run?dl=0

Docusaurus Slash Introduction

Docusaurus Slash Introduction

  1. Move file
mv aiv-linux-x64.run?dl=0 aiv-linux-x64.run

Docusaurus Slash Introduction

Docusaurus Slash Introduction

  1. Make file executable
chmod +x aiv-linux-x64.run

Docusaurus Slash Introduction

Docusaurus Slash Introduction

  1. run setup file
./aiv-linux-x64.run

Docusaurus Slash Introduction

-Once you hit enter, setup will be started

Docusaurus Slash Introduction

  1. Keep pressing Enter to read license agreement until it ask to accept license condition as shown below,

Docusaurus Slash Introduction

  1. Type Y and press enter to accept license conditions.

Docusaurus Slash Introduction

  1. When you click enter, next it will ask if this is new installation. Type n and hit enter because we need to upgrade.

Docusaurus Slash Introduction

  1. When you click enter, next it will ask upgrade Existing AIV[Y/N]. Type N.

Docusaurus Slash Introduction

  1. When you click enter, next it will ask “Is the selection above is correct? [Y/N]”, Enter Y.

Docusaurus Slash Introduction

  1. When you click enter, next it will ask for Application installation location selection. Enter in installation directory as: /home/birbal/aiv

Docusaurus Slash Introduction

  1. When you click enter, next it will ask for new updates available online, The default selection would be Local: use downloaded version of AIV, Press enter, as shown in figure below:

Docusaurus Slash Introduction

  1. When you click enter, next it will ask for AIV Metadata Database, The Default selection would be Install PostgreSQL Database, Press Enter as shown in figure below:

Docusaurus Slash Introduction

  1. After database is successfully installed, it will show Connection Successful, match it with the screen below:

Docusaurus Slash Introduction

  1. When you click enter, next it will ask for Setup is ready to begin, Press “Y” and enter to proceed.

Docusaurus Slash Introduction

  1. Then it will ask you to wait until the installation complete, as shown in figure below:

Docusaurus Slash Introduction

  1. After the successful installation, you need to start the tomcat server by using start_aiv.sh file.
  2. Enter commend: cd aiv to get into AIV directory, enter command: ls to see the list of files in directory.
  3. Enter command: ./start_aiv.sh to start TOMCAT server. as shown in figure below:

Docusaurus Slash Introduction

  1. After getting the Tomcat server started, copy the ip address from the instance.
  2. Open a browser and paste it into URL bar, URL example as shown in figure below:
<ip address>:8080/aiv/
The basic login credentials are Admin and password.

Docusaurus Slash Introduction

  1. After login as Admin, you will see the screen looks like below example:

Docusaurus Slash Introduction

  1. Click on any dashboard to see the details.